runtime.gcControllerState.scannableStackSize (field)
4 uses
runtime (current package)
mgcpacer.go#L234: scannableStackSize uint64
mgcpacer.go#L390: c.stackScan = atomic.Load64(&c.scannableStackSize)
mgcpacer.go#L956: atomic.Xadd64(&c.scannableStackSize, amount)
mgcpacer.go#L961: atomic.Xadd64(&c.scannableStackSize, pp.scannableStackSizeDelta)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)